home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Przegladarki internetowe / Mozilla Seamonkey 1.0.5 pl / seamonkey-1.0.5.pl-PL.win32.installer.exe / PLPL.XPI / bin / defaults / profile / PL / panels.rdf < prev    next >
Encoding:
Extensible Markup Language  |  2002-08-28  |  1.8 KB  |  40 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE RDF SYSTEM "chrome://communicator/locale/sidebar/local-panels.dtd">
  3.  
  4. <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  5.          xmlns:NC="http://home.netscape.com/NC-rdf#">
  6.  
  7.   <RDF:Description about="urn:sidebar:current-panel-list">
  8.     <NC:panel-list>
  9.       <RDF:Seq>
  10.         <RDF:li resource="urn:sidebar:panel:whats-related"/>
  11.         <RDF:li resource="urn:sidebar:panel:search"/>
  12.         <RDF:li resource="urn:sidebar:panel:bookmarks"/>
  13.         <RDF:li resource="urn:sidebar:panel:history"/>
  14.         <RDF:li resource="urn:sidebar:3rdparty-panel:http://www.MozillaPL.org/sidebar.php"/>
  15.       </RDF:Seq>
  16.     </NC:panel-list>
  17.     <NC:version>0.1</NC:version>
  18.   </RDF:Description>
  19.   <RDF:Description about="urn:sidebar:panel:whats-related">
  20.     <NC:title>&sidebar.whats-related.label;</NC:title>
  21.     <NC:content>chrome://communicator/content/related/related-panel.xul</NC:content>
  22.   </RDF:Description>
  23.   <RDF:Description about="urn:sidebar:panel:search">
  24.     <NC:title>&sidebar.search.label;</NC:title>
  25.     <NC:content>chrome://communicator/content/search/search-panel.xul</NC:content>
  26.   </RDF:Description>
  27.   <RDF:Description about="urn:sidebar:panel:bookmarks">
  28.     <NC:title>&sidebar.client-bookmarks.label;</NC:title>
  29.     <NC:content>chrome://communicator/content/bookmarks/bm-panel.xul</NC:content>
  30.   </RDF:Description>
  31.   <RDF:Description about="urn:sidebar:panel:history">
  32.     <NC:title>&sidebar.client-history.label;</NC:title>
  33.     <NC:content>chrome://communicator/content/history/history-panel.xul</NC:content>
  34.   </RDF:Description>
  35.   <RDF:Description about="urn:sidebar:3rdparty-panel:http://www.MozillaPL.org/sidebar.php">
  36.     <NC:title>MozillaPL</NC:title>
  37.     <NC:content>http://mozillapl.org/sidebar.php</NC:content>
  38.   </RDF:Description>
  39. </RDF:RDF>
  40.